mergeOfflineDatabase

open fun mergeOfflineDatabase(filePath: String, callback: OfflineDatabaseMergeCallback)

Merge offline regions from a secondary database into the main offline database.

Parameters

callback

Invoked upon success and failure. This callback is invoked on the database thread and the useris responsible for dispatching to an appropriate thread before passing it along.

filePath

The file path to the secondary database.